Contributing⚓︎
Thanks for taking a look! This is primarily a personal project, but Pull Requests and Issues (questions, feature requests, etc.) are welcome. If you would like to submit a Pull Request, please open an issue first to discuss what you would like to change
Pull Requests (PR)⚓︎
Code Development⚓︎
PR Process⚓︎
- Fork the Project and Clone
- Create a new branch (
git checkout -b feat/feature-name) - Edit code; update documentation and tests; commit and push
- Before submitting the review and pushing, make sure to run
poetry run doit - Open a new Pull Request
See the style guide for commit message format (./STYLE_GUIDE)
If you run into any issues, please check to see if there is an open issues or open a new one
Other PR Tips⚓︎
- Link the issue with
Fixes #Nin the Pull Request body - Please add a short summary of
whythe change was made,what changed, and any relevant information or screenshots
# SHA is the SHA of the commit you want to fix
git commit --fixup=SHA
# Once all the changes are approved, you can squash your commits:
git rebase --interactive --autosquash main
# Force Push
git push --force
Last update:
December 9, 2021
Created: December 9, 2021
Created: December 9, 2021